﻿/*Tu następuje przygotowanie podłoża dla całości strony, na tym buduje się całość.
Następuje tu wyzyerowanie marginesów otoczek, taka wylewka ławy pod fundamenty*/
html, body {
	background-color: #339966;
	font-family: 'Comic Sans MS', arial, 'Times New Roman', sans-serif, tahoma;
	color: #000;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
	width: auto;	
}

div.wysrodkowanie {
	height: 100%;
	display: table;
	width: 100%;
	
}

div.kontener_zewnetrzny {
	vertical-align: middle;
	display: table-cell;
	
}

#podklad {
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: none;
	background-color: #66cc99;
	border-right: 4px double #006633;
	border-left: 4px double #006633;
	border-bottom: 4px double #006633;
	border-top: 4px double #006633;
	
}

div.kontener_dla_skladnikow {
	vertical-align: middle;
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
}



#naglowek {
	width: 780px;
	height: 210px;
	background-repeat: no-repeat;
	background-color: #66cc99;
}

#menu_l {
	width: 170px;
	height: 494px;
	background: #66cc99;
	float: left;
	overflow: auto;
	/*border-right: 4px double #006633;*/
	
}

#menu_l a {text-decoration: none;}

#menu_l a:link{color: #006633;}
#menu_l a:visited{color: #006633;}
#menu_l a:hover{color: #66cc99; font-weight: bold; text-shadow: 5px 5px 10px black;}
#menu_l a:active{color: #006633;}

#menu_l p{
	list-style-type: none;
	color: #006633;
	font-size: 18px;
	margin-left: 15px;
	
}

#tresc {
	width: 602px;
	height: auto;
	overflow: none;
	float: left;
	border-left: 4px double #006633;
}

#tresc p{
	color: 	#006633;
	text-align: justify;
	text-indent: 1cm;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

#tresc h2{
	color: 	#006633;
	text-align: center;
}

#tresc ul {
	list-style-type: disc;
	color: #006633;
	text-align: justify;
	font-size: 14px;
	margin-right: 10px;
}

#wyp_dod ul {
	list-style-type: none;
	color: #006633;
	text-align: justify;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 0px;
}

#tresc ol {
	list-style-type: decimal;
	color: #006633;
	text-align: justify;
	font-size: 14px;
	margin-right: 10px;
}

#tresc a:link{color: #006633;}
#tresc a:visited{color: #006633;}
#tresc a:hover{color: #66gg99; font-weight: bold; font-size: 13px;}
#tresc a:active{color: #006633;}

#stopa {
	width: 780px;
	height: 1px;
	
	margin-top: auto;
}